//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.CreateTable([['Chicago Stars FC vs. NJ/NY Gotham FC','SeatGeek Stadium','Bridgeview, IL','Friday','8/1/2025','7:00 PM','6947873','Chicago-Stars-FC-vs--NJ-NY-Gotham-FC-8-1-2025'],['Femmes of Rock','Bridge View Center Theater','Ottumwa, IA','Saturday','8/9/2025','7:30 PM','7209834','Femmes-of-Rock-8-9-2025'],['Chicago Fire FC vs. Los Angeles FC','SeatGeek Stadium','Bridgeview, IL','Saturday','8/9/2025','7:30 PM','7225967','Chicago-Fire-FC-vs--Los-Angeles-FC-8-9-2025'],['Chicago Stars FC vs. Bay FC','SeatGeek Stadium','Bridgeview, IL','Sunday','8/10/2025','1:00 PM','6947874','Chicago-Stars-FC-vs--Bay-FC-8-10-2025'],['Chicago Fire FC vs. St. Louis City SC','SeatGeek Stadium','Bridgeview, IL','Saturday','8/16/2025','7:30 PM','7161353','Chicago-Fire-FC-vs--St--Louis-City-SC-8-16-2025'],['Chicago Stars FC vs. North Carolina Courage','SeatGeek Stadium','Bridgeview, IL','Friday','8/22/2025','7:00 PM','6947875','Chicago-Stars-FC-vs--North-Carolina-Courage-8-22-2025'],['North Coast Music Festival - 3 Day Pass','SeatGeek Stadium','Bridgeview, IL','Friday','8/29/2025','TBD','6694131','North-Coast-Music-Festival---3-Day-Pass-8-29-2025'],['North Coast Music Festival - Friday Pass','SeatGeek Stadium','Bridgeview, IL','Friday','8/29/2025','12:00 PM','6701487','North-Coast-Music-Festival---Friday-Pass-8-29-2025'],['North Coast Music Festival - Saturday Pass','SeatGeek Stadium','Bridgeview, IL','Saturday','8/30/2025','2:00 PM','6701489','North-Coast-Music-Festival---Saturday-Pass-8-30-2025'],['Beatles vs. Stones - A Musical Showdown','Bridge View Center Theater','Ottumwa, IA','Saturday','8/30/2025','7:00 PM','7171472','Beatles-vs--Stones---A-Musical-Showdown-8-30-2025'],['North Coast Music Festival - Sunday Pass','SeatGeek Stadium','Bridgeview, IL','Sunday','8/31/2025','2:00 PM','6701490','North-Coast-Music-Festival---Sunday-Pass-8-31-2025'],['Bridge City Slam','Bridge View Center Expo Hall','Ottumwa, IA','Saturday','9/6/2025','4:00 PM','7104615','Bridge-City-Slam-9-6-2025'],['Chicago Fire FC vs. New England Revolution','SeatGeek Stadium','Bridgeview, IL','Saturday','9/6/2025','7:30 PM','7161355','Chicago-Fire-FC-vs--New-England-Revolution-9-6-2025'],['Chicago Stars FC vs. Portland Thorns FC','SeatGeek Stadium','Bridgeview, IL','Sunday','9/14/2025','2:00 PM','6947876','Chicago-Stars-FC-vs--Portland-Thorns-FC-9-14-2025'],['Preacher Lawson','Bridge View Center Theater','Ottumwa, IA','Friday','9/26/2025','7:30 PM','7206126','Preacher-Lawson-9-26-2025'],['Tom Keifer & L.A. Guns','Bridge View Center Expo Hall','Ottumwa, IA','Saturday','9/27/2025','8:00 PM','7066849','Tom-Keifer---L-A--Guns-9-27-2025'],['Chicago Stars FC vs. Utah Royals','SeatGeek Stadium','Bridgeview, IL','Sunday','10/5/2025','3:00 PM','6947877','Chicago-Stars-FC-vs--Utah-Royals-10-5-2025'],['A.J. Croce','Bridge View Center Theater','Ottumwa, IA','Monday','10/6/2025','7:30 PM','7180991','A-J--Croce-10-6-2025'],['Chicago Stars FC vs. Angel City FC','SeatGeek Stadium','Bridgeview, IL','Sunday','11/2/2025','TBD','6947878','Chicago-Stars-FC-vs--Angel-City-FC-11-2-2025']],'Bridge View Center','http://www.ticketnetwork.com/ticket/Bridge-View-Center-events.aspx');